html 中設置span的width完美解決方法 在默認情況下,由於span是行標簽,設置width是無效的。只有改變display的屬性,才可以實現設置寬度。 1.初步想法 span{ background-col ...